home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00147.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  1.4 KB  |  37 lines

  1. on exitFrame
  2.   sound stop 1
  3.   sound stop 2
  4.   puppetSound(0)
  5.   set the textStyle of member "Name" to "plain"
  6.   set the textStyle of member "Address" to "plain"
  7.   set the textStyle of member "City" to "plain"
  8.   set the textStyle of member "State" to "plain"
  9.   set the textStyle of member "Zip" to "plain"
  10.   set the textFont of member "Name" to "Courier"
  11.   set the textFont of member "Address" to "Courier"
  12.   set the textFont of member "City" to "Courier"
  13.   set the textFont of member "State" to "Courier"
  14.   set the textFont of member "Zip" to "Courier"
  15.   set the textFont of member "Country" to "Courier"
  16.   set the textFont of member "Phone" to "Courier"
  17.   set the textFont of member "Fax" to "Courier"
  18.   set the textFont of member "Birthday" to "Courier"
  19.   set the textFont of member "Card Number" to "Courier"
  20.   set the textFont of member "Expires" to "Courier"
  21.   set the text of member "Name" to " "
  22.   set the text of member "Address" to " "
  23.   set the text of member "City" to " "
  24.   set the text of member "State" to " "
  25.   set the text of member "Zip" to " "
  26.   set the text of member "Country" to " "
  27.   set the text of member "Phone" to " "
  28.   set the text of member "Fax" to " "
  29.   set the text of member "Birthday" to " "
  30.   set the text of member "Card Number" to " "
  31.   set the text of member "Expires" to " "
  32.   set the hilite of member "Check" to 0
  33.   set the hilite of member "MC" to 0
  34.   set the hilite of member "Visa" to 0
  35.   set the hilite of member "Discover" to 0
  36. end
  37.